home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / bespoke / feature / movies / section1.swf / scripts / frame_2 / DoAction.as
Text File  |  2004-09-06  |  457b  |  18 lines

  1. trace("%%%%%%*****%%%%%% _global.FU9JPIF = " + _global.FU9JPIF);
  2. if(_global.FU9JPIF == 1)
  3. {
  4.    _global.FU9JPIF = 2;
  5.    trace("%%%%%%*****%%%%%% CASE1 _global.FU9JPIF = " + _global.FU9JPIF);
  6. }
  7. else if(_global.FU9JPIF == 2)
  8. {
  9.    play();
  10.    trace("%%%%%%*****%%%%%% CASE2 _global.FU9JPIF = " + _global.FU9JPIF);
  11. }
  12. else
  13. {
  14.    stop();
  15.    trace("%%%%%%*****%%%%%% CASE3 _global.FU9JPIF = " + _global.FU9JPIF);
  16. }
  17. _global.Menu.toggleMenuVisible(1);
  18.